Skip to content

live llms 평가 순서 의존 제거#176

Merged
developer-1px merged 1 commit into
mainfrom
fix-live-llms-contract-check-order
Jun 18, 2026
Merged

live llms 평가 순서 의존 제거#176
developer-1px merged 1 commit into
mainfrom
fix-live-llms-contract-check-order

Conversation

@developer-1px

Copy link
Copy Markdown
Owner

배경

#175에서 live evaluator가 llms.txt의 1.0 contract 문구를 더 강하게 확인하도록 했습니다. 그런데 selectionAfter 문구는 Signature contract 섹션보다 앞에 있고, regex가 특정 순서를 가정해서 Pages live 평가가 실패했습니다.

변경 내용

  • scripts/evaluate-live-site.mjs에서 1.0 Signature contract, trustedInitial: true, selectionAfter를 독립 조건으로 검증
  • 문구의 위치가 바뀌어도 필수 내용 존재 여부만 확인하게 변경

검증

  • node --check scripts/evaluate-live-site.mjs
  • SITE_LIVE_ATTEMPTS=1 npm run site:evaluate:live
  • git diff --check
  • pre-push npm run build

@developer-1px developer-1px merged commit a06f1cf into main Jun 18, 2026
3 checks passed
@developer-1px developer-1px deleted the fix-live-llms-contract-check-order branch June 18, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant